home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
freedos.img
/
ETC
/
AUTORUN3.BAT
< prev
next >
Wrap
DOS Batch File
|
2004-12-10
|
264b
|
9 lines
@if "%debug%"=="" echo off
if not exist %ramdrv%\bin\ubcd.bat goto _end
if exist %ramdrv%\help\ubcd.hlp goto _start
if not exist %ramdrv%\help\*.hlp goto _start
echo ubcd Ultimate Boot CD>%ramdrv%\help\ubcd.hlp
:_start
call %ramdrv%\bin\ubcd.bat
:_end